home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 9 / PC World Interactive 9 - Temmuz 1998.iso / muzik / DJM210.EXE / djm210 / DJMaster.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-02-09  |  4KB  |  190 lines

  1. object Form4: TForm4
  2.   Left = 343
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'DJM Registration Form'
  7.   ClientHeight = 308
  8.   ClientWidth = 248
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object GradientBack1: TGradientBack
  24.     Left = 0
  25.     Top = 0
  26.     Width = 248
  27.     Height = 308
  28.     Direction = gdUp
  29.   end
  30.   object GradButton1: TGradButton
  31.     Left = 134
  32.     Top = 271
  33.     Width = 90
  34.     Height = 26
  35.     Caption = 'Cancel'
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     OnClick = GradButton1Click
  42.     GradColor = clWhite
  43.     FaceColor = clGray
  44.     ShadowColor = clBtnShadow
  45.   end
  46.   object GradButton2: TGradButton
  47.     Left = 30
  48.     Top = 271
  49.     Width = 90
  50.     Height = 26
  51.     Caption = 'OK'
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     OnClick = GradButton2Click
  58.     GradColor = clWhite
  59.     FaceColor = clGray
  60.     ShadowColor = clBtnShadow
  61.   end
  62.   object Panel1: TPanel
  63.     Left = 8
  64.     Top = 8
  65.     Width = 233
  66.     Height = 249
  67.     BevelInner = bvRaised
  68.     BevelOuter = bvLowered
  69.     TabOrder = 0
  70.     object wiaTile1: TwiaTile
  71.       Left = 2
  72.       Top = 2
  73.       Width = 229
  74.       Height = 245
  75.       TranColor = clBlack
  76.       TileMode = tmNormal
  77.     end
  78.     object Label1: TLabel
  79.       Left = 8
  80.       Top = 8
  81.       Width = 63
  82.       Height = 13
  83.       Caption = 'User Name'
  84.       Font.Color = clWindowText
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = [fsBold]
  88.       ParentFont = False
  89.       Transparent = True
  90.     end
  91.     object Label2: TLabel
  92.       Left = 8
  93.       Top = 56
  94.       Width = 61
  95.       Height = 13
  96.       Caption = 'Last Name'
  97.       Font.Color = clWindowText
  98.       Font.Height = -11
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = [fsBold]
  101.       ParentFont = False
  102.       Transparent = True
  103.     end
  104.     object Label3: TLabel
  105.       Left = 8
  106.       Top = 104
  107.       Width = 61
  108.       Height = 13
  109.       Caption = 'First Name'
  110.       Font.Color = clWindowText
  111.       Font.Height = -11
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = [fsBold]
  114.       ParentFont = False
  115.       Transparent = True
  116.     end
  117.     object Label4: TLabel
  118.       Left = 8
  119.       Top = 152
  120.       Width = 65
  121.       Height = 13
  122.       Caption = 'Your E-mail'
  123.       Font.Color = clWindowText
  124.       Font.Height = -11
  125.       Font.Name = 'MS Sans Serif'
  126.       Font.Style = [fsBold]
  127.       ParentFont = False
  128.       Transparent = True
  129.     end
  130.     object Label5: TLabel
  131.       Left = 8
  132.       Top = 200
  133.       Width = 96
  134.       Height = 13
  135.       Caption = 'Your Home Page'
  136.       Font.Color = clWindowText
  137.       Font.Height = -11
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Style = [fsBold]
  140.       ParentFont = False
  141.       Transparent = True
  142.     end
  143.     object Edit1: TEdit
  144.       Left = 8
  145.       Top = 24
  146.       Width = 217
  147.       Height = 21
  148.       TabOrder = 0
  149.       Text = 'UNREGISTERED'
  150.     end
  151.     object Edit2: TEdit
  152.       Left = 8
  153.       Top = 72
  154.       Width = 217
  155.       Height = 21
  156.       TabOrder = 1
  157.       Text = 'TESTER'
  158.     end
  159.     object Edit3: TEdit
  160.       Left = 8
  161.       Top = 120
  162.       Width = 217
  163.       Height = 21
  164.       TabOrder = 2
  165.       Text = 'USER'
  166.     end
  167.     object Edit4: TEdit
  168.       Left = 8
  169.       Top = 168
  170.       Width = 217
  171.       Height = 21
  172.       TabOrder = 3
  173.       Text = 'login@server'
  174.     end
  175.     object Edit5: TEdit
  176.       Left = 8
  177.       Top = 216
  178.       Width = 217
  179.       Height = 21
  180.       TabOrder = 4
  181.       Text = 'http://'
  182.     end
  183.   end
  184.   object DelSysMenuItems1: TDelSysMenuItems
  185.     SysMenuItems = [smMaximize, smMinimize, smNextWindow, smRestore, smSize]
  186.     Left = 8
  187.     Top = 8
  188.   end
  189. end
  190.